'Declaration
Function CanExport( _ ByVal context As ExportContext _ ) As Boolean
'Usage
Dim instance As IOpenXml(Of T) Dim context As ExportContext Dim value As Boolean value = instance.CanExport(context)
bool CanExport( ExportContext context )
Parameters
- context
- An ExportContext object indicates the export context.
Return Value
true
if this object can be exported to OpenXml format; otherwise, false
.